home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia2.dir
/
01543_Script_1543
< prev
next >
Wrap
Text File
|
1995-05-21
|
683b
|
36 lines
on mouseDown
global whichShot, shotTemp
if whichShot > 2 then
exit
else
put the movieTime of sprite 48 into shotTemp
puppetsound "camclick.aif"
--put "SnapBtn" into f
--put "SnapBtnHL" into fHL
--hiliter 7, f, fHL
end if
end
on mouseUp
global gTheDay, snap1, snap2, whichShot, shotTemp
if whichShot > 2 then
exit
else
if whichShot = 1 then
put shotTemp into snap1
set whichShot = 2
puppetsound 0
go frame "Fu1"
else
put shotTemp into snap2
set whichShot = 3
puppetsound 0
go frame "Fu2"
end if
end if
startTimer
puppetsound 0
end